home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / dev / c / PMM.lha / PMM / Developer / FD / accounts_lib.fd < prev    next >
Encoding:
Text File  |  1994-02-15  |  758 b   |  26 lines

  1. * "accounts.library"
  2. ##base _AccountsBase
  3. ##bias 30
  4. ##public
  5. *--- functions in V37 or higher (Release 2.04) ---
  6. * User and Group structure Allocation/Deallocation
  7. AllocUserInfo()()
  8. AllocGroupInfo()()
  9. FreeUserInfo(*)(a0)
  10. FreeGroupInfo(*)(a0)
  11. * User Verification functions *
  12. VerifyUser(userName,password,user)(a0/a1/a2)
  13. MemberOf(group,user)(a0/a1)
  14. * Functions to find users/groups or build lists of users/groups/members *
  15. NameToUser(userName,user)(a0/a1)
  16. NameToGroup(groupName,group)(a0/a1)
  17. IDToUser(userID,user)(d0/a0)
  18. IDToGroup(groupID,group)(d0/a0)
  19. NextUser(user)(a0)
  20. NextGroup(group)(a0)
  21. NextMember(group,user)(a0/a1)
  22. * New Functions added for Revision 4 *
  23. ECrypt(buffer,password,username)(a0/a1/a2)
  24. VerifyUserCrypt(userName,password,user)(a0/a1/a2)
  25. ##end
  26.